home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / jcool01.zip / PARAGRAP.H < prev    next >
Text File  |  1992-09-23  |  1KB  |  27 lines

  1. //
  2. // Copyright (C) 1991 Texas Instruments Incorporated.
  3. //
  4. // Permission is granted to any individual or institution to use, copy, modify,
  5. // and distribute this software, provided that this complete copyright and
  6. // permission notice is maintained, intact, in all copies and supporting
  7. // documentation.
  8. //
  9. // Texas Instruments Incorporated provides this software "as is" without
  10. // express or implied warranty.
  11. //
  12.  
  13. static CoolGen_String text ("\n\
  14.      A programming  language  serves two  related purposes: it  provides a\n\
  15.      vehicle  for the programmer to  specify actions to  be executed and a\n\
  16.      set of concepts for  the programmer to use when  thinking about  what\n\
  17.      can be done.  The first aspect ideally  requires  a  language that is\n\
  18.      `close to  the machine', so that  all important aspects of  a machine\n\
  19.      are handled  simply  and efficiently   in a way  that  is  reasonably\n\
  20.      obvious to the programmer. The C language was primarily designed with\n\
  21.      this in  mind. The second aspect  ideally requires a language that is\n\
  22.      `close  to the problem to  be   solved'  so  that the  concepts of  a\n\
  23.      solution  can be expressed directly   and concisely.  The  facilities\n\
  24.      added to C to create C++ were primarily designed with this in mind.\n\
  25. \n\
  26.                 -- Bjarne Stroupstrup\n\n");
  27.